home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if isXtraInstalled("printomatic") = 0 then
- alert("The PrintOMatic Xtra is not installed. Printing is disabled.")
- exit
- end if
- if word 1 of the text of cast the castNum of sprite the clickOn = "Preview" then
- printPreview(member("releasenotes"))
- else
- print(member("releasenotes"))
- end if
- end
-